@charset "utf-8";/*Template Name: aghoaFile: Framework-Afton Glen CSS*/html{overflow-y:scroll; overflow-x:hidden;}/* Images--------------------------------------------------------------------------------------------------------------- */img {	max-width: 100%;	display: block;}/* Home page header--------------------------------------------------------------------------------------------------------------- *//* style the header */.header {	padding: 6px, 6px;}/*add sticky class to header with JS when it reaches its scroll position */.sticky {	position: fixed;	top: 0;	width: 100%}/* Fonts--------------------------------------------------------------------------------------------------------------- */body{font-family:'Epilogue', 'Helvetica', 'Arial', sans-serif;src: url(fonts/epilogue.ttf) format('truetype'); font-size: calc(14px = (26-14)*((100vw-300px)(1600-300)));}h1, h2, h3, h4, h5, h6{font-family:'Roboto', 'Helvetica', 'Arial', sans-serif;src: url(fonts/roboto.ttf) format('truetype');}/* Headings--------------------------------------------------------------------------------------------------------------- */h1, h2, h3, h4, h5, h6, .heading{	color: #003366;}h1{	margin: 30px 0 30px 0;	text-transform: uppercase;	font-size: calc(20px + (32-20) * ((100vw - 300px) / (1600 - 300)));}h2{	margin:: 24px 0 18px 0;	line-height: 33px;	text-transform: capitalize;	font-weight: bold;	font-size: calc(18px + (28-18) * ((100vw - 300px) / (1600 - 300)));}h3{	margin:: 21px 0 15px 0;	line-height: 27px;	font-weight: bold;	font-size: calc(16px + (24-16) * ((100vw - 300px) / (1600 - 300)));	text-transform: uppercase;}h4{	margin:: 12px 0 6px 0;	line-height: 21px;	font-weight: bold;	font-size: calc(12px + (16-12) * ((100vw - 300px) / (1600 - 300)));	text-transform: capitalize;}h5{	margin:: 15px 0 9px 0;	line-height: 21px;	font-weight: normal;	font-size:18px;	text-transform: capitalize;}h6{	margin:: 12px 0 6px 0;	line-height: 18px;	font-weight: normal;	font-size:15px;	text-transform: capitalize;}/* Tables--------------------------------------------------------------------------------------------------------------- */table, th, td{border:1px solid; border-color: #c6c6c6; border-collapse:collapse; vertical-align:top;}table{width:100%; margin-bottom:15px;}th, td{padding:1px 1px;}/* Colors--------------------------------------------------------------------------------------------------------------- */body{	color: #000000;	background-color: #f6ebd9;}a{color:#0000ff;}a:active, a:focus{background:transparent;}/* IE10 + 11 Bugfix - prevents grey background *//* Bullets */ul{    list-style-type: none;    margin: 0;    padding: 0;}ul{	font-weight: normal;	list-style-type: square;	margin: 18px;	padding: 0;	list-style-position: inside;}